WidgetHolder

abstract class WidgetHolder<T>

The abstract holder for a UI toolkit specific widget.

Parameters

<T>

the type of the UI toolkit specific widget

Inheritors